home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / rocketbi.swf / scripts / DefineButton2_403 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2011-03-26  |  468 b   |  21 lines

  1. on(press){
  2.    if(_name == 0)
  3.    {
  4.       _parent.nextFrame();
  5.       this.onEnterFrame = function()
  6.       {
  7.          var _loc1_ = _parent;
  8.          if(!_loc1_.hitTest(_root._xmouse,_root._ymouse,true))
  9.          {
  10.             _loc1_.chosen = false;
  11.             _loc1_.prevFrame();
  12.             this.onEnterFrame = null;
  13.          }
  14.       };
  15.    }
  16.    else if(price._currentframe == 1 and tapa._visible != true)
  17.    {
  18.       price.gotoAndStop("buy");
  19.    }
  20. }
  21.